Closed
Bug 1890747
Opened 1 year ago
Closed 4 months ago
Implement `Navigation.currentEntry` and `Navigation.entries`
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: farre, Assigned: avandolder)
References
(Blocks 2 open bugs, Regressed 2 open bugs)
Details
Attachments
(1 file)
- Add the
NavigationHistoryEntry
interface,Navigation.currentEntry
, and theNavigation.entries()
method behinddom.navigation.webidl.enabled
.
The intention here is to begin capturing the transitions building up this list of entries local to the current window.
See navigation-interface and the-navigationhistoryentry-interface
Reporter | ||
Updated•1 year ago
|
Summary: Add list of navigation entries → Implement `Navigation.currentEntry` and `Navigation.entries`
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → avandolder
Status: NEW → ASSIGNED
Updated•5 months ago
|
Attachment #9418688 -
Attachment description: WIP: Bug 1890747 - Track Navigation history entries. r?farre,peterv,#dom-core → Bug 1890747 - Track Navigation history entries. r?farre,peterv,#dom-core
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/947fdc464d85
Track Navigation history entries. r=dom-core,farre
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Reporter | ||
Updated•4 months ago
|
No longer blocks: navigation-api
You need to log in
before you can comment on or make changes to this bug.
Description
•